home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / txt2spch.zip / SPEECH.DOC < prev    next >
Text File  |  1988-06-03  |  3KB  |  54 lines

  1. SPEECH is a program written by Andy McGuire which generates speech on
  2. the IBM-PC.  When run, it performs a "terminate and stay resident",
  3. becoming available as a background function, usable by other programs.
  4. It is generally distributed with a BASIC program named TALKDEMO.BAS,
  5. which shows how to use the SPEECH function from BASIC.
  6.  
  7. ******************************************************************************
  8. Now you can have regular English text files spoken out-loud! Finally a true
  9. software speech synthesizer has been developed for the IBM PC and compatibles!
  10. TXT2SPCH.EXE will convert plain English text to phoneme strings and then pass
  11. them on to the SAY.COM program to be spoken by the SPEECH.COM program. It is
  12. possible to send a whole text file to the TXT2SPCH.EXE program to be spoken.
  13. Run the RUN-ME.BAT file for a demonstration of it's text file reading ability.
  14. ******************************************************************************
  15.  
  16. SAY is a short driver program written by Thom Henderson which passes it's
  17. command line arguments to the SPEECH function, thus allowing batch files to
  18. generate speech.
  19.  
  20. You MUST install SPEECH before SAY will work. SPEECH is installed simply by
  21. running it. It only needs to be run once. SAY will complain if SPEECH is not
  22. installed. SAY MUST be present for the TXT2SPCH program to work. The RUN-ME
  23. file will install the SPEECH program before beginning the demonstration of
  24. the TXT2SPCH program.
  25.  
  26. SPEECH supports thirty six phonemes, which are specified as one or two
  27. character codes. They follow below, with example words having the sound of
  28. the phoneme in capitols.
  29.  
  30.                 a   -  tApe             ae   -  hAt
  31.                 ah  -  fAther           aw   -  AWful
  32.                 b   -  Book             ch   -  CHurch
  33.                 d   -  Dog              ee   -  fEEt
  34.                 eh  -  sEt              f    -  Find
  35.                 g   -  Get              h    -  Hope
  36.                 i   -  I                ih   -  sIt
  37.                 j   -  Just             k    -  King
  38.                 l   -  Look             m    -  Make
  39.                 n   -  New              oh   -  hOe
  40.                 oo  -  bOOt             p    -  Peek
  41.                 r   -  Ring             s    -  See
  42.                 sh  -  SHeep            t    -  Tool
  43.                 th  -  tooTH            tz   -  THe
  44.                 u   -  lOOk             uh   -  Up
  45.                 v   -  View             w    -  Window
  46.                 wh  -  Where            y    -  You
  47.                 z   -  Zoo              zh   -  fudGE
  48.  
  49. Phonemes may be given in either upper case or lower case.  Phonemes are
  50. separated with a dash.  Words are separated with a space.  For
  51. example, to say "this is a test", you would type:
  52.  
  53.                say tz-ih-s ih-z ah t-eh-s-t-t
  54.